home *** CD-ROM | disk | FTP | other *** search
- #
- # Zustands-▄berwachungs-Script
- # State Watch Script
- #
- # Maennel
- #
- # created: 15-Jun-2000 Bernd
- # upd.: 02-Mar-2001
- # 16-Mar-2001 floh neuer State: crash, wird aktiviert bei schwerer Kollission
- # 21-Mar-2001 floh removed walk stuff, only running supported
- # 30-Mar-2001 floh switch to falling states, if jump timed out
- # 18-Jan-2002 floh added 'isjumping' handling
- #
- # (C) COPYRIGHT 2000,2001 RADONLABS GMBH
- #
-
- # --------------------------------------------------------
- # M A E N N E L
- # --------------------------------------------------------
- proc maennelwatch_normal {} {
-
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.getdistancetank] < 0} {
- .announcestate gameend
- } elseif {[.isengineworking] == "false"} {
- if {"true" == [.canfly]} {
- .announcestate swimming
- } else {
- .announcestate falling
- }
- } elseif {[.islanded] == "true"} {
- .announcestate landen
- } elseif {"false" == [.canfly]} {
- .announcestate falling
- } elseif {[.isturbomove] == "true"} {
- .announcestate turbo
- } elseif {[.iscrashed] == "true"} {
- .announcestate crash
- }
- }
-
- proc maennelwatch_landen {} {
-
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.isanimfinished] == "true"} {
- # sonst wird "stop"-Animation abgespielt
- .announcestate stand
- }
- }
-
- proc maennelwatch_landen2 {} {
-
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.isanimfinished] == "true"} {
- # sonst wird "stop"-Animation abgespielt
- .announcestate stand
- }
- }
-
- proc maennelwatch_swimming {} {
-
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.getdistancetank] < 0} {
- .announcestate gameend
- } elseif {[.isengineworking] == "true"} {
- .announcestate normal
- } elseif {[.islanded] == "true"} {
- .announcestate landen
- } elseif {[.isturbomove] == "true"} {
- .announcestate turbo
- } elseif {"false" == [.canfly]} {
- .announcestate falling
- }
- }
-
- proc maennelwatch_jumprun {} {
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {"true" == [.isengineworking]} {
- .announcestate normal
- } elseif {[.islanded] == "true"} {
- .announcestate run
- .triggermanually
- } elseif {[.iscrashed] == "true"} {
- .announcestate crash
- } elseif {[.iscinematicfinished] == "true"} {
- .announcestate falling
- }
- }
-
- proc maennelwatch_jumpstand {} {
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {"true" == [.isengineworking]} {
- .announcestate normal
- } elseif {[.islanded] == "true"} {
- .announcestate landen2
- } elseif {[.iscrashed] == "true"} {
- .announcestate crash
- } elseif {[.iscinematicfinished] == "true"} {
- .announcestate falling
- }
- }
-
- proc maennelwatch_falling {} {
-
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.islanded] == "true"} {
- .announcestate landen
- } elseif {"true" == [.isengineworking]} {
- .announcestate normal
- } elseif {[.iscrashed] == "true"} {
- .announcestate crash
- } elseif {[.isstatetimeover] == "true"} {
- puts "*** was:(RESTORE PLAYER POSITION) now:(DIE!!!)***"
- # .restoresavepos
- # .announcestate landen
- .announcestate gameend
- }
- }
-
- proc maennelwatch_run {} {
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.iscreatingbuilding] == "true"} {
- .announcestate createbuildingwalk
- } elseif {[.isfalling] == "true"} {
- .announcestate falling
- } elseif {[.isengineworking] == "false"} {
- # bitte diesen Test vor dem Sprung!
- .announcestate runstop
- } elseif {([.isjumping] == "true") && ([.iswalkingbackwards] == "false")} {
- .announcestate jumprun
- } elseif {[.intrademode] == "true"} {
- .announcestate trademenuwalk
- } elseif {[.isinstoragemode] == "true"} {
- .announcestate storagemenuwalk
- } elseif {[.isintransformmode] == "true"} {
- .announcestate transformmenuwalk
- } elseif {[.ismenuopen] == "true"} {
- # open menu but no special case: standard menu
- .announcestate walkmenu
- }
- }
-
- proc maennelwatch_runstop {} {
-
- if {[iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.isanimfinished] == "true"} {
- .announcestate stand
- }
-
- # fuer "Weiterlaufen und Springen sind noch keine
- # Entscheidungen getroffen
- }
-
- proc maennelwatch_stand {} {
-
- # from stand: trade, open standars menu, enter vehicle
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.iscreatingbuilding] == "true"} {
- .announcestate createbuildingwalk
- } elseif {[.isfalling] == "true"} {
- .announcestate falling
- } elseif {([.isjumping] == "true")} {
- .announcestate jumpstand
- } elseif {[.intrademode] == "true"} {
- .announcestate trademenuwalk
- } elseif {[.ismenuopen] == "true"} {
- # open menu, but trade mode was handled before: standard- or housemenu
- if {[.getcurrentpossesshouse] != "null"} {
- .setsavepossesshouse true
- .announcestate possess
- } else {
- .announcestate walkmenu
- }
- } elseif {[.ispossessingvehicle] == "true"} {
-
- # I enter a vehicle from "maennel"
- .announcestate possessingvehicle
- } elseif {[.ispossessingbuilding] == "true"} {
- .announcestate possessingbuilding
- } elseif {[.isengineworking] == "true"} {
- .announcestate run
- }
- }
-
- proc maennelwatch_possess {} {
-
- # from possess: store and transform artefacts, enter buildings
- # and vehicles
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.isfalling] == "true"} {
- .announcestate falling
- } elseif {[.isinstoragemode] == "true"} {
- .announcestate storagemenuwalk
- } elseif {[.isintransformmode] == "true"} {
- .announcestate transformmenuwalk
- } elseif {[.ispossessingvehicle] == "true"} {
-
- # I enter a vehicle from "maennel"
- .announcestate possessingvehicle
- } elseif {[.ispossessingbuilding] == "true"} {
- .announcestate possessingbuilding
- } elseif {[.ismenuopen] == "false"} {
- # we closed the menu
- .announcestate stand
- } elseif {[.getcurrentpossesshouse] == "null"} {
- # haus kann ja explodieren, dann ist plattform weg und wir stehen so rum...
- .announcestate stand
- }
- }
-
- proc maennelwatch_possessingvehicle {} {
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.ispossessingvehicle] == "false"} {
- .announcestate stand
- }
- }
-
- proc maennelwatch_possessingbuilding {} {
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.ispossessingbuilding] == "false"} {
- .announcestate stand
- }
- }
-
- proc maennelwatch_walkmenu {} {
-
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.isusingartefact] == "true"} {
- .announcestate useartefactwalk
- } elseif {[.ismenuopen] == "false"} {
- .announcestate stand
- }
- }
-
- proc maennelwatch_useartefactwalk {} {
-
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.iscreatingbuilding] == "true"} {
- .announcestate createbuildingwalk
- } elseif {[.isusingartefact] == "false"} {
- .announcestate stand
- }
- }
-
- proc maennelwatch_trademenuwalk {} {
-
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.intrademode] == "false"} {
- .announcestate stand
- }
- }
-
- proc maennelwatch_storagemenuwalk {} {
-
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.isinstoragemode] == "false"} {
- .announcestate stand
- }
- }
-
- proc maennelwatch_transformmenuwalk {} {
-
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.isintransformmode] == "false"} {
- .announcestate stand
- }
- }
-
- proc maennelwatch_createbuildingwalk {} {
-
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.iscreatingbuilding] == "false"} {
- .announcestate stand
- }
- }
-
- proc maennelwatch_turbo {} {
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.getdistancetank] < 0} {
- .announcestate gameend
- } elseif {[.isstatetimeover] == "true"} {
- .announcestate normal
- }
- }
-
- proc maennelwatch_crash {} {
-
- if {[.iskilled] == "true"} {
- .announcestate gameend
- } elseif {[.isanimfinished] == "true"} {
- if {[.canfly] == "true"} {
- .announcestate normal
- } else {
- .announcestate falling
- }
- }
- }
-
- proc maennelwatch_gameend {} {
- # empty!
- }
-
- proc maennelwatch_cinematic {} {
-
- if {[.iscinematicfinished] == "true"} {
- .announcestate normal
- }
- }
-
- proc maennelwatch_tutorialstart {} {
- if {[.isanimfinished] == "true"} {
- .announcestate jumpstand
- # let's see if this works, simpler then using
- # event callback handlers
- # /world.sethandcontrol [psel]
- }
- }
-
- #-------------------------------------------------------------------------------
- proc maennel_setjumprunsequence {} {
-
- # bitte Pfad anpassen
- set p [.getprototype]
- .setcinematicsequence "/data/[$p.getname]/visual/cinematics/jumpsequence"
- }
-
- #-------------------------------------------------------------------------------
- proc maennel_setjumpstandsequence {} {
-
- # bitte Pfad anpassen
- set p [.getprototype]
- .setcinematicsequence "/data/[$p.getname]/visual/cinematics/hopsequence"
- }
-
- #-------------------------------------------------------------------------------
- proc maennel_setjumpruntoflysequence {} {
-
- # bitte Pfad anpassen
- set p [.getprototype]
- .setcinematicsequence "/data/[$p.getname]/visual/cinematics/jumptoflysequence"
- }
-
- #-------------------------------------------------------------------------------
- proc maennel_setjumpstandtoflysequence {} {
-
- # bitte Pfad anpassen
- set p [.getprototype]
- .setcinematicsequence "/data/[$p.getname]/visual/cinematics/jumptoflysequence"
- }
-
- #-------------------------------------------------------------------------------
- proc maennel_setjumpfallingtoflysequence {} {
-
- # bitte Pfad anpassen
- set p [.getprototype]
- .setcinematicsequence "/data/[$p.getname]/visual/cinematics/jumptoflysequence"
- }
-
- # -------------------------
- proc remove_possesicon {} {
- if [exists /world/gui/posses] { delete /world/gui/posses }
- }
-
- #-------------------------------------------------------------------------------
- proc possesschanged {} {
- # called by /data/physics/maennel.tcl
-
- # Test: Diese Meldung kommt recht oft und muellt alles zu, weil die state-
- # switches haeufig passieren. Deshalb mal nur, wenn ich reinrenne
- if {[.getstate] == "run"} {
- /game/handler/feedback.registeruse
- }
- }
-
- #-------------------------------------------------------------------------------
- proc disconnect_carrier {} {
-
- /world.setviewercarrier null
- }
-
- #-------------------------------------------------------------------------------
- proc connect_carrier {} {
-
- set clan [/world.getuserclan]
- set maennel [$clan.getmaennel]
- /world.setviewercarrier $maennel
- }
-
- #-------------------------------------------------------------------------------
- # Callback when quick slot spell changes. This attaches the new quickslot
- # to the Maennel's right hand.
- #
- #-------------------------------------------------------------------------------
- proc maennel_quickslotchanged {} {
- set currSpell [.getquickslot]
- puts "*** QUICKSLOT CHANGED TO: $currSpell"
- if {$currSpell == "null"} {
- .clearattachslottarget 1
- } else {
- .setattachslottarget 1 [$currSpell.getprototype]
- }
- }
-
-